Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / htQ Method


In This Topic
    htQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function htQ( _
       ByVal ItQ() As T, _
       ByVal value As T _
    ) As System.Integer
    'Usage
     
    
    Dim ItQ() As T
    Dim value As T
    Dim value As System.Integer
     
    value = NArrayHelpers(Of T).htQ(ItQ, value)
    internal static System.int htQ( 
       T[] ItQ,
       T value
    )

    Parameters

    ItQ
    value
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also